SDAC

TMSDumpOptions Members

TMSDumpOptions class overview.

Properties

Name Description

AddDrop (inherited from TDADumpOptions)

Used to add drop statements to a script before creating statements.

CompleteInsert (inherited from TDADumpOptions)

Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.

DisableConstraints

Allows to disable foreign keys when dumping multiple tables.

GenerateHeader (inherited from TDADumpOptions)

Used to add a comment header to a script.

IdentityInsert

Used to add SET IDENTITY_INSERT TableName ON at the beginning of the script and SET IDENTITY_INSERT TableName OFF at the end of the script.

QuoteNames (inherited from TDADumpOptions)

Used for TDADump to quote all database object names in generated SQL statements.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback